For MIPS '#' is the start of comment line. Therefore we get assembler errors if # is used in the structure names.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We use '#' to make the name less likely to conflict with user defined variables.
Can we use some other char that cannot be used by program variables e.g., '+' or '-' instead of '_'.
Also, you also need update names in test/Instrumentation/EfficiencySanitizer/ and runtime tests.
Replace # in the comment