llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test to be where you'd expect them to be. llvm-svn: 365515
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;
|
|
}
|