mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 14:28:54 -04:00

and reenable crash recovery test. - Reparsing is still very crashy / weird, so I had to sprinkle random code into the remapped input to get it to do what I want (i.e., crash!). llvm-svn: 111550
12 lines
80 B
C
12 lines
80 B
C
|
|
#warning parsing remapped file
|
|
|
|
|
|
|
|
int x;
|
|
|
|
#pragma clang __debug crash
|
|
|
|
int x;
|
|
|