From: Douglas Yung Date: Fri, 28 Feb 2020 00:51:57 +0000 (-0800) Subject: Change test to use -S so it works when an external assembler is used that is not... X-Git-Tag: llvmorg-12-init~13421 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f605cec5af0c4191de63de4b30ad984716f8a5;p=platform%2Fupstream%2Fllvm.git Change test to use -S so it works when an external assembler is used that is not present in the testing environment. --- diff --git a/clang/test/OpenMP/PR44893.c b/clang/test/OpenMP/PR44893.c index 1ba1127..07b879b 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 ;)