Visual Studio Clang-生成地图文件
我想在Visual Studio中使用LLVM(Clang-CL)编译器生成地图文件。 properties-> linker->命令行 - >附加选项中设置“ -wl,-map,output.map”。
warning : ignoring unknown argument '-Wl,-map,output.map'
我尝试在 当我选择LLVM编译器时不可用。
I want to generate a MAP file in visual studio with LLVM (Clang-cl) compiler. I tried setting "-Wl,-map,output.map" in Properties->Linker->Command Line->Additional Options but I get:
warning : ignoring unknown argument '-Wl,-map,output.map'
On microsoft compiler I can set Generate MAP file to yes, but this option is not available when I select LLVM compiler.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在项目属性中使用 /地图或 /lldmap选项 - > c/c ++ - >链接器 - >命令行 - >其他选项
,然后检查输出目录
You can use /map or /lldmap option in Project property -> C/C++ -> Linker -> Command Line -> Additional Options
Then check Output Directory