llvm-svn: 224983
This commit is contained in:
Elena Demikhovsky 2014-12-30 10:13:38 +00:00
parent 76f4ab067d
commit 74a35b4c5b
3 changed files with 14 additions and 0 deletions

4
llvm/opt/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
project(opt)
add_executable(opt main.cpp)

6
llvm/opt/main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
return 0;
}

4
llvm/opt/opt.kdev4 Normal file
View File

@ -0,0 +1,4 @@
[Project]
Name=opt
Manager=KDevCMakeManager
VersionControl=kdevsubversion