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 8dfaf99 commit 1da74eeCopy full SHA for 1da74ee
clang/lib/Driver/ToolChains/Arch/LoongArch.h
@@ -20,12 +20,9 @@ namespace loongarch {
20
void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
21
const llvm::opt::ArgList &Args,
22
std::vector<llvm::StringRef> &Features);
23
+
24
StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
25
const llvm::Triple &Triple);
-
26
-void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
27
- const llvm::opt::ArgList &Args,
28
- std::vector<llvm::StringRef> &Features);
29
} // end namespace loongarch
30
} // end namespace tools
31
} // end namespace driver
0 commit comments