Skip to content

Commit 1da74ee

Browse files
committed
[Clang][LoongArch] Remove duplicate declaration. NFC
1 parent 8dfaf99 commit 1da74ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/lib/Driver/ToolChains/Arch/LoongArch.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ namespace loongarch {
2020
void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
2121
const llvm::opt::ArgList &Args,
2222
std::vector<llvm::StringRef> &Features);
23+
2324
StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
2425
const llvm::Triple &Triple);
25-
26-
void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
27-
const llvm::opt::ArgList &Args,
28-
std::vector<llvm::StringRef> &Features);
2926
} // end namespace loongarch
3027
} // end namespace tools
3128
} // end namespace driver

0 commit comments

Comments
 (0)