-iframework option is used to specified System framework path so the
path specified should be passed to linker as -F option
rdar://problem/18234544
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Format fix
The extra braces are bad so I get rid of them. The range loop doesn't make thing better because of the long variable names. I happily switch to auto but keep my original loop structure.
Comment Actions
Hi David
Sorry I dropped you from the previous update. Does the updated patch look ok now?
Thanks
Steven