Skip to content

Commit f2338f3

Browse files
committed
fix merge conflit
1 parent 8826197 commit f2338f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/TargetParser/PPCTargetParser.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ StringRef getNormalizedPPCTuneCPU(const Triple &T, StringRef CPUName = "");
3535

3636
// For PPC, there are some cpu names for same CPU, like pwr10 and power10,
3737
// normalize them.
38-
StringRef normalizeCPUName(StringRef CPUName);
38+
LLVM_ABI StringRef normalizeCPUName(StringRef CPUName);
3939

40-
std::optional<llvm::StringMap<bool>>
40+
LLVM_ABI std::optional<llvm::StringMap<bool>>
4141
getPPCDefaultTargetFeatures(const Triple &T, StringRef CPUName);
4242
} // namespace PPC
4343
} // namespace llvm

0 commit comments

Comments
 (0)