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 dc1bd6a commit 77195a5Copy full SHA for 77195a5
clang/lib/Driver/ToolChains/Clang.cpp
@@ -1358,6 +1358,7 @@ static bool isSignedCharDefault(const llvm::Triple &Triple) {
1358
return true;
1359
return false;
1360
1361
+ case llvm::Triple::csky:
1362
case llvm::Triple::hexagon:
1363
case llvm::Triple::msp430:
1364
case llvm::Triple::ppcle:
clang/test/Driver/csky-toolchain.c
@@ -3,6 +3,7 @@
3
4
// RUN: %clang -### %s --target=csky 2>&1 | FileCheck -check-prefix=CC1 %s
5
// CC1: "-cc1" "-triple" "csky"
6
+// CC1: "-fno-signed-char"
7
8
// In the below tests, --rtlib=platform is used so that the driver ignores
9
// the configure-time CLANG_DEFAULT_RTLIB option when choosing the runtime lib
0 commit comments