We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c05e44 commit e53925dCopy full SHA for e53925d
clang/test/Interpreter/cxx20-modules.cppm
@@ -8,7 +8,7 @@
8
// RUN: %clang -std=c++20 %t/mod.cppm --precompile \
9
// RUN: -o %t/mod.pcm --target=x86_64-linux-gnu
10
// RUN: %clang -fPIC %t/mod.pcm -c -o %t/mod.o --target=x86_64-linux-gnu
11
-// RUN: %clang -fPIC -shared %t/mod.o -o %t/libmod.so --target=x86_64-linux-gnu
+// RUN: %clang -nostdlib -fPIC -shared %t/mod.o -o %t/libmod.so --target=x86_64-linux-gnu
12
//
13
// RUN: cat %t/import.cpp | env LD_LIBRARY_PATH=%t:$LD_LIBRARY_PATH \
14
// RUN: clang-repl -Xcc=-std=c++20 -Xcc=-fmodule-file=M=%t/mod.pcm \
0 commit comments