Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15848 llvm-svn: 256707
7 lines
175 B
C++
7 lines
175 B
C++
// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
|
|
// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
}
|