Added the ability to emit target-specific builtin assembler error
messages only in case if the function is really is going to be emitted
for the device.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 28143 Build 28142: arc lint + arc unit
Event Timeline
| lib/Sema/SemaStmtAsm.cpp | ||
|---|---|---|
| 256–263 | Now that inline asm errors are delayed, do we still need this check? | |
| lib/Sema/SemaStmtAsm.cpp | ||
|---|---|---|
| 256–263 | With this patch, it is going to be delayed only for OpenMP. After the commit, we could extend it for CUDA and remove this code. But not at the moment. | |
| lib/Sema/SemaStmtAsm.cpp | ||
|---|---|---|
| 256–263 | SGTM. | |
Now that inline asm errors are delayed, do we still need this check?