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 8e576a8 commit 5d8a42dCopy full SHA for 5d8a42d
llvm/lib/Transforms/IPO/LowerTypeTests.cpp
@@ -2239,7 +2239,7 @@ bool LowerTypeTestsModule::lower() {
2239
std::string TargetName;
2240
};
2241
std::vector<AliasToCreate> AliasesToCreate;
2242
-
+
2243
// Parse alias data to replace stand-in function declarations for aliases
2244
// with an alias to the intended target.
2245
if (ExportSummary) {
@@ -2469,7 +2469,7 @@ bool LowerTypeTestsModule::lower() {
2469
A.Alias->replaceAllUsesWith(AliasGA);
2470
A.Alias->eraseFromParent();
2471
}
2472
2473
// Emit .symver directives for exported functions, if they exist.
2474
2475
if (NamedMDNode *SymversMD = M.getNamedMetadata("symvers")) {
0 commit comments