Now target-select uses SB API instead of HandleCommand. This patch has been reviewed along with the r339175. Differential Revision: https://reviews.llvm.org/D49739 llvm-svn: 339178
5 lines
44 B
C
5 lines
44 B
C
int main(void) {
|
|
int x = 0;
|
|
return x;
|
|
}
|