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 467006e commit 219e2b2Copy full SHA for 219e2b2
llvm/include/llvm/TargetParser/Triple.h
@@ -801,8 +801,8 @@ class Triple {
801
802
/// Tests whether the target uses WALI Wasm
803
bool isWALI() const {
804
- return getArch() == Triple::wasm32 &&
805
- isOSLinux() && getEnvironment() == Triple::MuslWALI;
+ return getArch() == Triple::wasm32 && isOSLinux() &&
+ getEnvironment() == Triple::MuslWALI;
806
}
807
808
/// Tests whether the target is the PS4 platform.
0 commit comments