mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +00:00
Remove the last weird subproject, 'privbracket'.
llvm-svn: 199183
This commit is contained in:
parent
e4f06dac2c
commit
a8a4f9b217
@ -204,7 +204,6 @@ do
|
||||
if test -d ${srcdir}/projects/${i} ; then
|
||||
case ${i} in
|
||||
sample) AC_CONFIG_SUBDIRS([projects/sample]) ;;
|
||||
privbracket) AC_CONFIG_SUBDIRS([projects/privbracket]) ;;
|
||||
safecode) AC_CONFIG_SUBDIRS([projects/safecode]) ;;
|
||||
compiler-rt) ;;
|
||||
test-suite) ;;
|
||||
|
5
configure
vendored
5
configure
vendored
@ -819,7 +819,6 @@ projects/llvm-test
|
||||
projects/poolalloc
|
||||
projects/llvm-poolalloc
|
||||
projects/sample
|
||||
projects/privbracket
|
||||
projects/safecode
|
||||
tools/polly'
|
||||
|
||||
@ -3934,8 +3933,6 @@ do
|
||||
case ${i} in
|
||||
sample) subdirs="$subdirs projects/sample"
|
||||
;;
|
||||
privbracket) subdirs="$subdirs projects/privbracket"
|
||||
;;
|
||||
safecode) subdirs="$subdirs projects/safecode"
|
||||
;;
|
||||
compiler-rt) ;;
|
||||
@ -10609,7 +10606,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 10612 "configure"
|
||||
#line 10609 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
Loading…
Reference in New Issue
Block a user