qiucf added inline comments.

================
Comment at: clang/test/CodeGen/ppc64le-varargs-f128.c:8
 
+// RUN: %clang -target powerpc64le-unknown-linux-gnu -S -emit-llvm \
+// RUN:   -fopenmp-targets=ppc64le -mfloat128 -mabi=ieeelongdouble -mcpu=pwr9 \
----------------
MaskRay wrote:
> Generally `%clang` is only used in test/Driver and `%clang_cc1` should be 
> used for tests.
> 
> `%clang_cc1` has a lit substitution rule to find the builtin include 
> directory where stdarg.h can be found.
Thanks! I moved it in rG222da77a


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92278/new/

https://reviews.llvm.org/D92278

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to