Mandeep Singh Grang
|
d9d3b21c32
|
[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Summary:
Removed unwanted --check-prefix=CHECK from the following unit tests:
test/CXX/special/class.copy/implicit-move-def.cpp
test/CodeGen/cleanup-destslot-simple.c
test/CodeGen/inline-asm-immediate-ubsan.c
test/CodeGen/mips-interrupt-attr.c
test/CodeGenCXX/cfi-stats.cpp
test/CodeGenCXX/copy-constructor-elim.cpp
test/CodeGenCXX/microsoft-templ-uuidof.cpp
test/CodeGenCXX/vtable-linkage.cpp
test/CodeGenObjC/messages-2.m
test/Driver/noinline.c
test/Index/remap-load.c
test/Index/retain-comments-from-system-headers.c
test/OpenMP/task_if_codegen.cpp
test/Preprocessor/comment_save_macro.c
Patch by: Mandeep Singh Grang (mgrang)
Reviewers: rafael, ABataev, rengolin
Projects: #clang-c
Differential Revision: http://reviews.llvm.org/D19232
llvm-svn: 266843
|
2016-04-20 01:02:18 +00:00 |
Chad Rosier
|
9c76d24f9c
|
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
the behavior of gcc with respect to the -fno-inline and -fno-inline-functions
flags.
llvm-svn: 152861
|
2012-03-15 22:31:42 +00:00 |
Chad Rosier
|
64d6be979f
|
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
-fno-inline.
Part of rdar://10972766
llvm-svn: 152145
|
2012-03-06 21:17:19 +00:00 |
Chad Rosier
|
9a099ea3eb
|
Whitespace.
llvm-svn: 152134
|
2012-03-06 19:14:53 +00:00 |
Chad Rosier
|
806031896d
|
[driver] Add support for -fno-inline.
rdar://10972766
llvm-svn: 152130
|
2012-03-06 18:49:20 +00:00 |