Assembler output is checked against msp430-gcc 9.2.0.50 from TI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/msp430-abi-complex.c | ||
---|---|---|
9 | What's about Complex Int? |
Comment Actions
Support int/long/long long _Complex types (GCC extension). According to msp430-gcc v9.2.0, they behave identically.
What's about Complex Int?