...where the name of that variable defined in
compiler-rt/lib/builtins/cpu_model.c is decorated with a leading underscore
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The one in cpu_model.c has 2 underscores. Where do the three come from for non-Apple?
Comment Actions
It's the other way around, the third underscore is for Apple only, where C symbols are generally decorated with a leading underscore.