[clang] [clang][hexagon] Add support for -nolibc (PR #67515)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 27 14:54:54 PDT 2023


================
@@ -401,6 +401,30 @@
 // CHECK338-NOT: "--end-group"
 // CHECK338: "{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v60/fini.o"
 
+// RUN: %clangxx -### -target hexagon-unknown-elf \
+// RUN:   -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
+// RUN:   -mcpu=hexagonv60 \
----------------
MaskRay wrote:

These files wrap too quickly. Most tests pack more than one options on one line and don't start a new line just for `%s 2>&1`.

https://github.com/llvm/llvm-project/pull/67515


More information about the cfe-commits mailing list