clang/test/Modules/Inputs/codegen-flags
David Blaikie 88cdb963de Modular Codegen: Separate flags for function and debug info support
This allows using and testing these two features separately. (noteably,
debug info is, so far as I know, always a win (basically). But function
modular codegen is currently a loss for highly optimized code - where
most of the linkonce_odr definitions are optimized away, so providing
weak_odr definitions is only overhead)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300104 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-12 20:58:33 +00:00
..
foo.h Modular Codegen: Separate flags for function and debug info support 2017-04-12 20:58:33 +00:00
foo.modulemap Modular Codegen: Separate flags for function and debug info support 2017-04-12 20:58:33 +00:00
use.cpp Modular Codegen: Separate flags for function and debug info support 2017-04-12 20:58:33 +00:00