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 d3945f3 commit a5ed827Copy full SHA for a5ed827
llvm/lib/Transforms/IPO/WelComeToLLVMMSVC.cpp
@@ -29,7 +29,7 @@ PreservedAnalyses WelcomeToLLVMMSVCPass::run(Module &M,
29
if (Enable) {
30
if (!M.getGlobalVariable(getMarkerGVName())) {
31
Constant *CDA = ConstantDataArray::getString(
32
- M.getContext(), "Welcome to llvm-msvc!", false);
+ M.getContext(), "Made with <3 by gmh5225 @ Back Engineering Labs", false);
33
GlobalVariable *GV = new GlobalVariable(M, CDA->getType(), true,
34
GlobalValue::LinkOnceODRLinkage,
35
CDA, getMarkerGVName());
0 commit comments