[PATCH] D17405: Use Backend_EmitMCNull for null codegen unit tests.

David L. Jones via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 12:31:50 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261252: Use Backend_EmitMCNull for null codegen unit tests. (authored by dlj).

Changed prior to commit:
  http://reviews.llvm.org/D17405?vs=48380&id=48386#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17405

Files:
  cfe/trunk/unittests/Frontend/CodeGenActionTest.cpp

Index: cfe/trunk/unittests/Frontend/CodeGenActionTest.cpp
===================================================================
--- cfe/trunk/unittests/Frontend/CodeGenActionTest.cpp
+++ cfe/trunk/unittests/Frontend/CodeGenActionTest.cpp
@@ -26,7 +26,7 @@
 class NullCodeGenAction : public CodeGenAction {
 public:
   NullCodeGenAction(llvm::LLVMContext *_VMContext = nullptr)
-    : CodeGenAction(Backend_EmitLL, _VMContext) {}
+    : CodeGenAction(Backend_EmitMCNull, _VMContext) {}
 
   // The action does not call methods of ATContext.
   void ExecuteAction() override {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17405.48386.patch
Type: text/x-patch
Size: 573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160218/65130601/attachment.bin>


More information about the cfe-commits mailing list