asl added inline comments.
Comment at: cfe/trunk/lib/CodeGen/CodeGenModule.cpp:141
+ (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) {
+fprintf(stderr, "TBAA enabled\n");
TBAA.reset(new CodeGenTBAA(Context, TheModule, CodeGenOpts, getLangOpts(),
nathanchance marked an inline comment as done.
nathanchance added inline comments.
Comment at: cfe/trunk/lib/CodeGen/CodeGenModule.cpp:141
+ (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) {
+fprintf(stderr, "TBAA enabled\n");
TBAA.reset(new Cod
asl added inline comments.
Comment at: cfe/trunk/lib/CodeGen/CodeGenModule.cpp:141
+ (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) {
+fprintf(stderr, "TBAA enabled\n");
TBAA.reset(new CodeGenTBAA(Context, TheModule, CodeGenOpts, getLangOpts(),
nathanchance added inline comments.
Comment at: cfe/trunk/lib/CodeGen/CodeGenModule.cpp:141
+ (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) {
+fprintf(stderr, "TBAA enabled\n");
TBAA.reset(new CodeGenTBAA(Context, TheModule, CodeGenOpts, getLa
This revision was automatically updated to reflect the committed changes.
Closed by commit rL351228: [MSP430] Provide a toolchain description (authored
by asl, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D56658?vs=181531&id=181841#t
krisb created this revision.
Herald added subscribers: cfe-commits, arichardson, mgorny, emaste.
Herald added a reviewer: espindola.
This is an initial implementation for msp430 toolchain including
- -mmcu option support
- -mhwmult options support
- -integrated-as by default
- msp430-elf-as as a