diff options
author | Jim Ingham <jingham@apple.com> | 2019-05-09 01:43:27 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-05-09 01:43:27 +0000 |
commit | 2dda1269abbdb6cdb51123f5bf6d32b5ed86e6b0 (patch) | |
tree | 512353c0356660d7c3fe4e69ead7777fad9a006f /lldb | |
parent | 95b7abdcc5bebd8acd3f65234ba23e6d63eddb4a (diff) | |
download | bcm5719-llvm-2dda1269abbdb6cdb51123f5bf6d32b5ed86e6b0.tar.gz bcm5719-llvm-2dda1269abbdb6cdb51123f5bf6d32b5ed86e6b0.zip |
Fix the output file dependency for Options.inc.
The script phase to do Options.td -> Options.inc was
wrong (missing the "include" directory) so the rule didn't
get run when Options.td changed.
llvm-svn: 360304
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index dda9d016a62..32ee0de76fa 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -7695,7 +7695,7 @@ outputFileListPaths = ( ); outputPaths = ( - $BUILT_PRODUCTS_DIR/Options.inc, + $BUILT_PRODUCTS_DIR/include/Options.inc, ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; |