[PATCH] D72130: Compiler extension: Fix typo and cosmetic changes
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 06:47:25 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb2be259fa987: Fix compiler extension testing (authored by serge-sans-paille).
Changed prior to commit:
https://reviews.llvm.org/D72130?vs=236019&id=236052#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72130/new/
https://reviews.llvm.org/D72130
Files:
llvm/test/CMakeLists.txt
llvm/test/Feature/load_extension.ll
Index: llvm/test/Feature/load_extension.ll
===================================================================
--- llvm/test/Feature/load_extension.ll
+++ llvm/test/Feature/load_extension.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output | FileCheck %s
+; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
; REQUIRES: plugins, examples
; CHECK: Bye
Index: llvm/test/CMakeLists.txt
===================================================================
--- llvm/test/CMakeLists.txt
+++ llvm/test/CMakeLists.txt
@@ -135,6 +135,7 @@
if(LLVM_BUILD_EXAMPLES)
list(APPEND LLVM_TEST_DEPENDS
+ Bye
Kaleidoscope-Ch3
Kaleidoscope-Ch4
Kaleidoscope-Ch5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72130.236052.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/1acabae1/attachment.bin>
More information about the llvm-commits
mailing list