diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
commit | 5e20cdd81c44a443562a09007668ffdf76c455af (patch) | |
tree | dbbd4047878da71c1a706e26ce05b4e7791b14cc /unittests/CodeGen/BufferSourceTest.cpp | |
parent | d5f23b0b7528b5c3caed1ba14f897cc4aaa9e3c3 (diff) |
Notes
Diffstat (limited to 'unittests/CodeGen/BufferSourceTest.cpp')
-rw-r--r-- | unittests/CodeGen/BufferSourceTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/CodeGen/BufferSourceTest.cpp b/unittests/CodeGen/BufferSourceTest.cpp index 8169a6d0c9e5d..b2a8ba580844e 100644 --- a/unittests/CodeGen/BufferSourceTest.cpp +++ b/unittests/CodeGen/BufferSourceTest.cpp @@ -63,7 +63,6 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) { compiler.getDiagnostics(), "EmitCXXGlobalInitFuncTest", compiler.getCodeGenOpts(), - compiler.getTargetOpts(), llvm::getGlobalContext()))); compiler.createSema(clang::TU_Prefix,NULL); |