[clang] b6f605c - Change test to use -S so it works when an external assembler is used that is not present in the testing environment.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 16:52:57 PST 2020


Author: Douglas Yung
Date: 2020-02-27T16:51:57-08:00
New Revision: b6f605cec5af0c4191de63de4b30ad984716f8a5

URL: https://github.com/llvm/llvm-project/commit/b6f605cec5af0c4191de63de4b30ad984716f8a5
DIFF: https://github.com/llvm/llvm-project/commit/b6f605cec5af0c4191de63de4b30ad984716f8a5.diff

LOG: Change test to use -S so it works when an external assembler is used that is not present in the testing environment.

Added: 
    

Modified: 
    clang/test/OpenMP/PR44893.c

Removed: 
    


################################################################################
diff  --git a/clang/test/OpenMP/PR44893.c b/clang/test/OpenMP/PR44893.c
index 1ba1127e874b..07b879b831e7 100644
--- a/clang/test/OpenMP/PR44893.c
+++ b/clang/test/OpenMP/PR44893.c
@@ -1,4 +1,4 @@
-// RUN: %clang -fopenmp -O -g -x c %s -c -disable-output -o %t
+// RUN: %clang -fopenmp -O -g -x c %s -S -disable-output -o %t
 
 // Do not crash ;)
 


        


More information about the cfe-commits mailing list