summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/gen_link_script/gen_link_script.py
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-09 21:43:30 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-09 21:43:30 +0000
commit69125397170c6ee553725b8bfb562fe38d3ffefe (patch)
treecf82ec6421051a4919a4e585841dd187efe5619b /libcxx/utils/gen_link_script/gen_link_script.py
parent054fc4cef621e1cea0b2dd754f8f9e17b5097353 (diff)
downloadbcm5719-llvm-69125397170c6ee553725b8bfb562fe38d3ffefe.tar.gz
bcm5719-llvm-69125397170c6ee553725b8bfb562fe38d3ffefe.zip
Remove debug output from gen_linker_script.py
llvm-svn: 283701
Diffstat (limited to 'libcxx/utils/gen_link_script/gen_link_script.py')
-rwxr-xr-xlibcxx/utils/gen_link_script/gen_link_script.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/utils/gen_link_script/gen_link_script.py b/libcxx/utils/gen_link_script/gen_link_script.py
index cce8fb4b151..24fe5ce9904 100755
--- a/libcxx/utils/gen_link_script/gen_link_script.py
+++ b/libcxx/utils/gen_link_script/gen_link_script.py
@@ -52,9 +52,7 @@ def parse_args():
if len(args) < 2:
usage_and_exit()
symlink_file = args[0]
- del args[0]
- public_libs = list(args)
- print('%r' % public_libs)
+ public_libs = args[1:]
return dryrun, symlink_file, public_libs
def main():
OpenPOWER on IntegriCloud