Displaying 20 results from an estimated 200 matches similar to: "custom LLVM Pass with options fails to load"
2018 Jul 12
2
custom LLVM Pass with options fails to load
Hi Philip,
thanks for the quick answer.
That makes sense, but when leaving the set LLVM_LINK_COMPONENTS out
I get an undefined symbol when loading the plugin:
_ZTVN4llvm2cl3optINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ENS0_6parserIS7_EEEE
which boils down to
llvm::cl::opt<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char>>,
2014 Jul 07
4
[LLVMdev] Splitting basic block results in unknown instruction type assertion
Hello,
I would like to see if this issue is a result of a misunderstanding on
my part before I file a bug. I am using LLVM 3.4, built from the
source tarballs. My system's uname is "Darwin tyler-air 12.5.0 Darwin
Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013;
root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64".
All I'm trying to do is add a runtime check after all call
2015 Jul 22
2
[LLVMdev] is it impossible to use the external llvm custom pass on windows?
Hello all,
Still, is it impossible to use the external llvm custom pass on windows?
I can build the 'mypass.dll' on windows using LLVM libraries. And, I use
these 2 way to use my pass.
clang.exe -Xclang -load -Xclang mypass.dll -c test.c
opt.exe -load -Xclang mypass.dll -mypass test.bc -o optimized_test.bc
But, Clang and opt didn't working well with my pass.
This mean, my pass
2006 Apr 03
1
How to use Master Users.
Hi.
I'm testing out the new 'master users' feature, and I'm not having any
luck getting it to work. Anyone out there using it yet?
Here's what I have so far:
dovecot.conf:
------------
auth_master_user_separator = *
auth default {
passdb passwd-file {
# Master users that can login as anyone else
args = /etc/dovecot/dovecot.masterusers
master = yes
2006 Aug 31
1
one example, just one example ...
... of a correctly formatted QUOTA spec in/for a static userdb. That's all I'm
askin' for!
i've tried a bunch of variants. the most recent two:
user at domain.com:{PLAIN}testpass:::::: quota=maildir:storage=4096
user at domain.com:{PLAIN}testpass:::::: maildir:storage=4096
*none* (so far ...) work to override the spec in dovecot.conf.
no errors in the logs; rather, simply:
2006 May 25
3
webservice timeout issue
I am having an issue where I am trying to test a weservice that I wrote by
connecting to it from ruby. When I submit my form that calls the webservice
it times out. you can see from the lighttpd log that the webservice
completes just after the timeout. any ideas? am I doing something wrong?
---- source ----
def validate
auth = ActionWebService::Client::Soap.new(AuthApi, "
2006 Jul 18
1
Samba 4 Test deployment with SWAT
Hi,
We are testing out Samba 4 TP2 release. We have configured Samba4 on an
i386 running Linux 2.6.12.6.
We are trying to get the SWAT GUI functional in this system,
but it refuses login with the message
*Login failed: Undetermined error - please try again
*
Trying as 'root' and root password on the local machine or
trying as any another user fails too with this same error message.
2007 Dec 13
1
[LLVMdev] Miscompilation
http://llvm.org/bugs/show_bug.cgi?id=1837
I reduced the above case to this:
; test.ll
define i8* @test() {
%x1 = malloc i8, i32 16
%x2 = bitcast i8* %x1 to i8**
store i8* %x1, i8** %x2
ret i8* %x1
}
$ llvm-as test.ll
$ opt -instcombine test.bc -o testopt.bc
$ llc test.bc
$ llc testopt.bc
$ diff -u test.s testopt.s
-movl $16, (%esp)
+movl $8, (%esp)
call malloc
I'm afraid that I'm not
2011 Feb 08
1
Recuperate Spectrum() amplitude
Dear list,
I apologies first for my English, hope you will understand well my question.
I am working on 1/2 hour piezometric data, time unit is second. They
present daily oscillation when using the spectrum() function. What I am
really interested in, is to find the amplitude corresponding to this
oscillation.
I work with a college using Matlab, and although we apply the same
methodology, our
2006 Jun 09
2
barplot dataframes w/ varying dimensions
Hi all,
I would like to do a barplot of a dataframe like this one:
alfa beta gamma delta
qwert 56.5 58.5 56.5 58.5
asdfg 73.0 73.0 43.0 73.0
zxcvb 63.0 63.0 43.0 63.0
yuiop 63.0 63.0 43.0 63.0
with the labels of the rows and columns.
I would like to have something that works for dataframes with varying
dimensions, and so far I haven't found any way to do it.
2016 Feb 15
2
CommandLineParser problems with llvm trunk?
Hi,
Recently I started getting some weird errors from multiple tools (on
Linux x86-64):
λ lld
lld: ../lib/Support/CommandLine.cpp:202: void (anonymous
namespace)::CommandLineParser::registerCategory(llvm::cl::OptionCategory
*): Assertion `std::count_if(RegisteredOptionCategories.begin(),
RegisteredOptionCategories.end(), [cat](const OptionCategory
*Category) { return cat->getName() ==
2003 Oct 29
3
[Fwd: [squid-users] NTLM Authentication Problem]
I submited this to the Squid list, but I got no response which I assume
means that no one has any suggestions. Can anyone give me a clue as to
what I have configured incorrectly. Thanks.
-------- Original Message --------
Subject: [squid-users] NTLM Authentication Problem
Date: Tue, 28 Oct 2003 11:34:29 -0500
From: Jim Richey <jrichey@highmark.com>
To: squid-users@squid-cache.org
2014 Aug 09
2
[LLVMdev] "Duplicate option categories" assertion triggered loading an LLVM-project
Hi all,
I am trying to create an out-of-tree LLVM project.
I have written a Test project following the guide in [1] that triggers the
problem.
Pass body is in [2].
The CMakeLists.txt file for the "root" directory is in [3]
The CMakeLists.txt file for the "pass" directory is in [4]
When I run opt --load=libTest.so
I trigger the following assertion:
opt: CommandLine.cpp:134:
2006 Mar 21
1
Functional Test: post - Other controller
Hi All
I''m attempting to get all of my tests clear after installing the Salted Hash
Login generator. Now I''ve protected the entire application so login is
required from all points. However I get a fail 302 on all other protected
controllers as I haven''t explicitly logged in and got the session.
I thought adding the following to the beginning of my methods in the
2006 Aug 22
1
HMAC-MD5 / HMAC-MD5-context
$ dovecotpw -p testpass
{HMAC-MD5}fe8522268d91e485ccac8f36800e4fa6b10363e2a371cfa61731109b450906cd
I wonder if the prefix 'HMAC-MD5' is the correct notation here.
According to RFC2104 an HMAC is calculated as follows:
H(K XOR opad, H(K XOR ipad, text))
where H is the cryptographic hash function (MD5 in this case).
Therefore the result has to be a 128 bit string, which is obviously
not
2006 Aug 27
1
format for per-user QUOTAs in passwd-file?
what's the correct format for setting per-user override quotas in a passwd-file?
in my "dovecot.conf", i've:
protocol imap {
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/local/dovecot-plugins/imap
plugin {
quota = maildir:storage=10240 # 10 MB quota limit
}
in my "imap_user_file", i've:
passdb passwd-file {
args =
2014 Mar 24
1
Weird Authentication behaviour
Hi guys,
we use dovecot 2.0.9 and authentication against a mysql database. Everything
works fine, but we found some weird behavior ? when the password is e.g.
?testpass? you also authenticate successfully with ?testpass123? or
?testpassNOT?. Whatever comes after the correct password doesn?t matter, the
authentication is still successful.
Here are the used configs:
// auth-sql.conf.ext
2011 Nov 30
1
openldap authentication
I have an existing openldap schema which is handling mail, web and ftp
services right now. I am trying to get a windows machine talking to the
same filesystem as apache on linux via samba and read/write using the
correct uid/gid. I was trying to shy away from using pam_ldap as there is
no need to tie the user in ldap directly to the filesystem. The problem is
it looks like the samba ldap module
2003 Nov 02
2
one way sound with x-lite (sip) -second attempt
Hi all,
Still having the one way sound problem.
Any suggestions how to hunt the problem down ?
Regards,
Thorsten
---------------------------------------------------------------
Hi all,
We have a very basic * installation for testing purposes.
The * is connected to PSTN with BRI and setup with X-Lite
over plain lan. (local IP's)
OS: Linux/Debian unstable.
Asterisk CVS-10/29/03-23:46:26
2014 Aug 10
2
[LLVMdev] "Duplicate option categories" assertion triggered loading an LLVM-project
Hello Sergey,
thanks for the suggestion.
The name of the pass is not what triggers the assertion.
The test case I attached to the email is a stripped-down version of a much
more complicated pass
(with a proper name) that originally caused the problem.
Also, to be sure, I just tried to change the name of the pass to something
more significant.
It did not work.
Cheers,
Alberto
On Sun, Aug 10,