mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
reverted prev commit (it was a mistake)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c0b55af9f
commit
96341cbb36
@ -1,4 +0,0 @@
|
||||
project(opt)
|
||||
|
||||
add_executable(opt main.cpp)
|
||||
|
@ -1,6 +0,0 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
return 0;
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
[Project]
|
||||
Name=opt
|
||||
Manager=KDevCMakeManager
|
||||
VersionControl=kdevsubversion
|
Loading…
Reference in New Issue
Block a user