| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | target-id.cl | 6 // RUN: -nostdlib %s 2>&1 | FileCheck %s 10 // RUN: -nostdlib -x ir %s 2>&1 | FileCheck %s 14 // RUN: -nostdlib -x assembler %s 2>&1 | FileCheck %s 18 // RUN: -nostdlib %s 2>&1 | FileCheck %s 22 // RUN: -nostdlib %s 2>&1 | FileCheck %s 25 // RUN: -nostdlib %s 2>&1 | FileCheck -check-prefix=NONE %s
|
| H A D | invalid-target-id.cl | 5 // RUN: -mcpu=gfx908xnack -nostdlib \ 11 // RUN: -mcpu=gfx908:xnack+:xnack+ -nostdlib \ 17 // RUN: -mcpu=gfx908:unknown+ -nostdlib \ 23 // RUN: -mcpu=gfx908:sramecc+:unknown+ -nostdlib \ 29 // RUN: -mcpu=gfx900:sramecc+ -nostdlib \ 35 // RUN: -mcpu=gfx900:xnack -nostdlib \ 41 // RUN: -mcpu=gfx900+xnack -nostdlib \
|
| H A D | rocm-not-found.cl | 9 // Accept nogpulib or nostdlib for OpenCL. 11 // RUN: %clang -### -nostdlib --rocm-path=%s/no-rocm-there %s 2>&1 | FileCheck %s --check-prefix OK
|
| H A D | hip-runtime-libs-linux.hip | 29 // Test HIP runtime lib is not linked with -nostdlib. 30 // RUN: %clang -### --hip-link -nostdlib -target x86_64-linux-gnu \
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/ |
| H A D | README.md | 32 <compiler-executable> tests/nostdlib/fibonacci/test.cpp 38 …er clang-cl_vs2015 --debugger vs2017 --cflags="/Od /Zi" --ldflags="/Zi" -- tests/nostdlib/fibonacci 41 …er clang-cl_vs2015 --debugger vs2017 --cflags="/Ox /Zi" --ldflags="/Zi" -- tests/nostdlib/fibonacci 46 The sample test case (tests/nostdlib/fibonacci) looks like this: 119 [1, "main", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 23, 1, "BREAKPOINT", "FUNC", {}] 120 …[2, "main", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 24, 1, "BREAKPOINT", "VERTICAL_FOR… 121 …[3, "main", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 25, 1, "BREAKPOINT", "VERTICAL_FOR… 122 …. [4, "Fibonacci", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 13, 1, "BREAKPOINT", "FUN… 124 …. [6, "Fibonacci", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 13, 1, "BREAKPOINT", "VER… 128 …. [10, "Fibonacci", "c:\\dexter\\tests\\nostdlib\\fibonacci\\test.cpp", 13, 1, "BREAKPOINT", "VE… [all …]
|
| /llvm-project-15.0.7/libunwind/cmake/ |
| H A D | config-ix.cmake | 25 # libunwind is using -nostdlib++ at the link step when available, 30 # required during compilation (which has the -nostdlib++ or -nodefaultlibs). libc is 34 llvm_check_compiler_linker_flag(C "-nostdlib++" CXX_SUPPORTS_NOSTDLIBXX_FLAG) 36 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -nostdlib++")
|
| /llvm-project-15.0.7/libcxxabi/cmake/ |
| H A D | config-ix.cmake | 17 # libc++abi is using -nostdlib++ at the link step when available, 26 check_cxx_compiler_flag(-nostdlib++ CXX_SUPPORTS_NOSTDLIBXX_FLAG) 28 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -nostdlib++")
|
| /llvm-project-15.0.7/libcxx/cmake/ |
| H A D | config-ix.cmake | 37 # libc++ is using -nostdlib++ at the link step when available, 42 # required during compilation (which has the -nostdlib++ or -nodefaultlibs). libc is 46 check_cxx_compiler_flag(-nostdlib++ CXX_SUPPORTS_NOSTDLIBXX_FLAG) 48 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -nostdlib++")
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | lit.local.cfg | 4 flags = '--target=x86_64-pc-linux -nostdlib'
|
| H A D | static-exe.test | 3 RUN: %clang %cflags %S/Inputs/static_exe.s -static -o %t.exe -nostdlib
|
| H A D | bb-with-two-tail-calls.s | 10 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
|
| H A D | shrinkwrapping-and-rsp.s | 10 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
|
| H A D | no-entry-reordering.test | 7 RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
|
| H A D | remove-unused.test | 7 RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
|
| H A D | shrinkwrapping-popf.s | 8 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
|
| /llvm-project-15.0.7/bolt/test/AArch64/ |
| H A D | lit.local.cfg | 4 flags = '--target=aarch64-pc-linux -nostartfiles -nostdlib -ffreestanding'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | ppc64.test | 2 // with just "clang -nostdlib":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | makefile.txt | 24 LINK=-L. -lbreakpad -lpthread -nostdlib -lc -lstdc++ -lgcc_s -fno-exceptions
|
| /llvm-project-15.0.7/libunwind/test/configs/ |
| H A D | ibm-libunwind-shared.cfg.in | 11 '-nostdlib++ -L %{lib} -lunwind -ldl -Wl,-bbigtoc'
|
| /llvm-project-15.0.7/libcxx/test/configs/ |
| H A D | llvm-libc++-mingw.cfg.in | 11 '-nostdlib++ -L %{lib} -lc++'
|
| H A D | llvm-libc++-shared.cfg.in | 13 '-nostdlib++ -L %{lib} -Wl,-rpath,%{lib} -lc++ -pthread'
|
| H A D | llvm-libc++-static.cfg.in | 13 '-nostdlib++ -L %{lib} -lc++ -lc++abi -pthread'
|
| H A D | llvm-libc++-shared-clangcl.cfg.in | 11 '-nostdlib -L %{lib} -lc++ -lmsvcrt -lmsvcprt -loldnames'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | debug-info-fileinfo.test | 4 # To rebuild the input: clang -g debug-info-fileinfo.S -o debug-info-fileinfo.exe -nostdlib
|
| /llvm-project-15.0.7/libcxxabi/test/configs/ |
| H A D | ibm-libc++abi-shared.cfg.in | 13 '-nostdlib++ -L %{lib} -lc++ -lc++abi -Wl,-bbigtoc'
|