[ELF] - SEGMENT_START's default argument can be an expression
Our implementation supported integer value previously. ld can use expression, for example, it is OK to write . = SEGMENT_START("foobar", .); Patch implements that. llvm-svn: 281831
Loading
Please sign in to comment