[PATCH] D20576: [Driver] Add support for -finline-functions and /Ob2 flags
Rudy Pons via cfe-commits
cfe-commits at lists.llvm.org
Tue May 24 16:21:47 PDT 2016
Ilod added a comment.
Hello,
It seems the new test was commited as .cc instead of .c, which changes the name mangling, making // NOINLINE-LABEL: @foo fail.
Either the file should be renamed, or -x c should be added to clang invocation, or LABEL check updated.
Repository:
rL LLVM
http://reviews.llvm.org/D20576
More information about the cfe-commits
mailing list