2019年5月23日 星期四

llvm opt no effect?

in clang 5.0, it added a function call O0-optnone, which make your modification to llvm ir in passes not effective

compile you code with -Xclang -disable-O0-optnone then it will be effective again

1 則留言:

  1. 原來是這樣,難怪我怎麼用 opt 都沒效,除了 -metarenamer 以外
    真是太神奇了....

    回覆刪除