Skip to content

Commit 0406298

Browse files
author
正物
committed
添加LLVMDemangle库。
1 parent c0da635 commit 0406298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ClangZombieCodePlugin/ClangZombieCodePlugin.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
"-lLLVMProfileData",
320320
"-lpthread",
321321
"-lcurses",
322+
"-lLLVMDemangle",
322323
);
323324
PRODUCT_NAME = "$(TARGET_NAME)";
324325
};
@@ -399,6 +400,7 @@
399400
"-lLLVMProfileData",
400401
"-lpthread",
401402
"-lcurses",
403+
"-lLLVMDemangle",
402404
);
403405
PRODUCT_NAME = "$(TARGET_NAME)";
404406
};
@@ -423,6 +425,7 @@
423425
293BFCCB1DC104DF003FAEF0 /* Release */,
424426
);
425427
defaultConfigurationIsVisible = 0;
428+
defaultConfigurationName = Release;
426429
};
427430
/* End XCConfigurationList section */
428431
};

0 commit comments

Comments
 (0)