Change test to use -S so it works when an external assembler is used that is not...
authorDouglas Yung <douglas.yung@sony.com>
Fri, 28 Feb 2020 00:51:57 +0000 (16:51 -0800)
committerDouglas Yung <douglas.yung@sony.com>
Fri, 28 Feb 2020 00:51:57 +0000 (16:51 -0800)
clang/test/OpenMP/PR44893.c

index 1ba1127..07b879b 100644 (file)
@@ -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 ;)