Use single quotes to wrap '@HOST_LDFLAGS@' in LIT config file
authorMehdi Amini <aminim@google.com>
Mon, 14 Oct 2019 15:18:23 +0000 (08:18 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 14 Oct 2019 16:05:34 +0000 (09:05 -0700)
commit24c392f21c6ea9d2e1dbe39728e8a2fddb25e740
tree498784c680749fcc4e2f458b7087c9a5eabf0e86
parent5c5d83afb469b275866cf92eaaabcc2c9ff1775f
Use single quotes to wrap '@HOST_LDFLAGS@' in LIT config file

ldflags can contain double-quoted paths, so must use single quotes here.

PiperOrigin-RevId: 274581983
mlir/test/lit.site.cfg.py.in