]> granicus.if.org Git - clang/commit
Initialize builtins during modular codegen
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 8 Feb 2017 20:51:11 +0000 (20:51 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 8 Feb 2017 20:51:11 +0000 (20:51 +0000)
commit18f51b11f444f733e57a1fed6c12279336c1863a
tree9be9cd37ef863fb16c5ecf4edacc128040928991
parent774f90458c8ac4e32862fdfc4a441b4ef27d94d1
Initialize builtins during modular codegen

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/FrontendAction.cpp
test/Modules/Inputs/codegen-opt/bar.h [moved from test/Modules/Inputs/codegen/bar.h with 100% similarity]
test/Modules/Inputs/codegen-opt/bar.modulemap [moved from test/Modules/Inputs/codegen/bar.modulemap with 100% similarity]
test/Modules/Inputs/codegen-opt/foo.h [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/foo.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/use.cpp [moved from test/Modules/Inputs/codegen/use.cpp with 100% similarity]
test/Modules/Inputs/codegen/foo.h
test/Modules/codegen-opt.test [new file with mode: 0644]
test/Modules/codegen.test