Arthur Eubanks
61d418f971
[test] Remove references to -fexperimental-new-pass-manager in tests
...
This has been the default for a while and we're in the process of removing the legacy PM optimization pipeline.
2022-04-11 13:29:08 -07:00
Aaron Ballman
adc402bf3d
Use functions with prototypes when appropriate; NFC
...
A significant number of our tests in C accidentally use functions
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&R C
declarations. e.g.,
void func();
becomes
void func(void);
This is the eleventh batch of tests being updated (there are a
significant number of other tests left to be updated).
2022-02-15 16:06:43 -05:00
Chandler Carruth
9fdd5fa5e0
[PM] Setup TargetLibraryInfo correctly for the new pass manager.
...
Without this, -fno-builtin and friends doesn't work. Added the obvious
RUN lines to the test for -fno-builtin and they pass now.
llvm-svn: 308967
2017-07-25 10:46:07 +00:00
Peter Collingbourne
96dd3635bf
Add REQUIRES line.
...
llvm-svn: 281796
2016-09-16 22:56:12 +00:00
Peter Collingbourne
0a3ede0a14
Add target triples to fix test on non-x86.
...
llvm-svn: 281790
2016-09-16 22:26:45 +00:00
Peter Collingbourne
e1b7d2520d
CodeGen: Add more checks to nobuiltin.c test, add a negative test.
...
llvm-svn: 281785
2016-09-16 22:05:53 +00:00
Chad Rosier
7dbc9cf876
[Driver] Add support for -fno-builtin-foo options.
...
Addresses PR4941 and rdar://6756912.
http://reviews.llvm.org/D15195
llvm-svn: 256937
2016-01-06 14:35:46 +00:00
Nuno Lopes
c65c24b178
add a comment to explain this test case
...
llvm-svn: 161172
2012-08-02 12:12:26 +00:00
Nuno Lopes
35b8c509c8
add test for PR13497
...
llvm-svn: 161119
2012-08-01 17:02:30 +00:00