[PATCH] D20217: Add direct control of whether or not a symbol is preemtable at runtime

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 14:26:00 PDT 2017


mehdi_amini added a comment.

Missing LangRef update.



================
Comment at: include/llvm/IR/GlobalValue.h:76
 
+  enum DSO_Location {
+    DSO_Default = 0,
----------------
Documentation?


================
Comment at: include/llvm/IR/GlobalValue.h:113
 
+  unsigned DSOLocation : 2;
+
----------------
documentation?


Repository:
  rL LLVM

https://reviews.llvm.org/D20217





More information about the llvm-commits mailing list