Home
last modified time | relevance | path

Searched refs:nostdlib (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Driver/
H A Dtarget-id.cl6 // 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 Dinvalid-target-id.cl5 // 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 Drocm-not-found.cl9 // 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 Dhip-runtime-libs-linux.hip29 // 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 DREADME.md32 <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 Dconfig-ix.cmake25 # 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 Dconfig-ix.cmake17 # 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 Dconfig-ix.cmake37 # 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 Dlit.local.cfg4 flags = '--target=x86_64-pc-linux -nostdlib'
H A Dstatic-exe.test3 RUN: %clang %cflags %S/Inputs/static_exe.s -static -o %t.exe -nostdlib
H A Dbb-with-two-tail-calls.s10 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
H A Dshrinkwrapping-and-rsp.s10 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
H A Dno-entry-reordering.test7 RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
H A Dremove-unused.test7 RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
H A Dshrinkwrapping-popf.s8 # RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -nostdlib
/llvm-project-15.0.7/bolt/test/AArch64/
H A Dlit.local.cfg4 flags = '--target=aarch64-pc-linux -nostartfiles -nostdlib -ffreestanding'
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Dppc64.test2 // with just "clang -nostdlib":
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A Dmakefile.txt24 LINK=-L. -lbreakpad -lpthread -nostdlib -lc -lstdc++ -lgcc_s -fno-exceptions
/llvm-project-15.0.7/libunwind/test/configs/
H A Dibm-libunwind-shared.cfg.in11 '-nostdlib++ -L %{lib} -lunwind -ldl -Wl,-bbigtoc'
/llvm-project-15.0.7/libcxx/test/configs/
H A Dllvm-libc++-mingw.cfg.in11 '-nostdlib++ -L %{lib} -lc++'
H A Dllvm-libc++-shared.cfg.in13 '-nostdlib++ -L %{lib} -Wl,-rpath,%{lib} -lc++ -pthread'
H A Dllvm-libc++-static.cfg.in13 '-nostdlib++ -L %{lib} -lc++ -lc++abi -pthread'
H A Dllvm-libc++-shared-clangcl.cfg.in11 '-nostdlib -L %{lib} -lc++ -lmsvcrt -lmsvcprt -loldnames'
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Ddebug-info-fileinfo.test4 # 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 Dibm-libc++abi-shared.cfg.in13 '-nostdlib++ -L %{lib} -lc++ -lc++abi -Wl,-bbigtoc'

1234