]> granicus.if.org Git - clang/commit
Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet).
authorDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 00:22:33 +0000 (00:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 00:22:33 +0000 (00:22 +0000)
commit297b0833ad283e0e0a9003fe6c5eadeedc6614d5
tree1a2583805aaec57e27f316781c20f01ef87bf273
parentd10c5b88334d860d19284032a7126dc2219f57ed
Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet).

Move tools/wpa to examples/wpa, and unbreak its build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88825 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile
examples/Makefile [new file with mode: 0644]
examples/wpa/CMakeLists.txt [moved from tools/wpa/CMakeLists.txt with 100% similarity]
examples/wpa/Makefile [moved from tools/wpa/Makefile with 100% similarity]
examples/wpa/clang-wpa.cpp [moved from tools/wpa/clang-wpa.cpp with 94% similarity]