...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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
15,740 ms | x64 debian > LLVM.Bindings/Go::go.test | |
60 ms | x64 windows > LLVM.CodeGen/XCore::threads.ll |
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.