[PATCH] D59561: Make __cpu_model a hidden symbol, to match libgcc.

Yi Kong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 17:11:04 PDT 2019


kongyi added a reviewer: kongyi.
kongyi added inline comments.


================
Comment at: compiler-rt/lib/builtins/cpu_model.c:606
 } __cpu_model = {0, 0, 0, {0}};
 unsigned int __cpu_features2;
 
----------------
Please also mark `__cpu_features2` as hidden.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59561/new/

https://reviews.llvm.org/D59561





More information about the llvm-commits mailing list