如何在Clang中为特定文件指定传递分析(" -Rpass",...)?

时间:2017-09-09 10:27:09

标签: c++ clang

无论命令行选项如何,我都希望将特定翻译单元的 [OutputCache(CacheProfile = "CacheFor60Seconds")] public ActionResult Index() { return View(); } 传递给Clang。

某处(我,但现在无法找到它)我读到这样做的方法是:

-Rpass-analysis=loop-vectorize
例如,

。然而,Clang抱怨说

  

pragma diagnostic expected' error',' warning',' ignore',' fatal',' push' ,或者' pop' [-Wunknown的编译指示]

如果没有构建系统的帮助,有没有办法实现这个目标?

0 个答案:

没有答案